docs: don't try to link vfunc
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Wed, 22 Jan 2014 02:38:05 +0000 (21:38 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Wed, 22 Jan 2014 03:40:55 +0000 (22:40 -0500)
docs/reference/gtk/migrating-GtkStyleContext.xml

index e04da1fe9b9bb257c8f9b6876691a8b1b8c5c566..1b45834791d6f949fb94afedf144ce1429377bc4 100644 (file)
       <listitem>
         <para>
           If your container renders child widgets within different regions,
-          make it implement #GtkContainer get_path_for_child(). This function
+          make it implement #GtkContainer get_path_for_child(<!-- -->). This function
           lets containers assign a special #GtkWidgetPath to child widgets
           depending on their role/region. This is necessary to extend the
           concept above throughout the widget hierarchy.